From: Jim Blandy Date: Thu, 17 Jun 1993 04:59:01 +0000 (+0000) Subject: * config.h.in (HAVE_CLOSEDIR): Add an #undef for autoconf to X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95262 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5925bf38e186fdf5f24bc1d85bb22968d1a4e1d8;p=emacs.git * config.h.in (HAVE_CLOSEDIR): Add an #undef for autoconf to change. * sysdep.c (closedir): Only define this if autoconf can't find HAVE_CLOSEDIR. If we're running under solaris (defined (sun) && defined (USG5_4)), then don't free the buffer separately. --- diff --git a/src/config.in b/src/config.in index fe34dda65c4..0eba46124d7 100644 --- a/src/config.in +++ b/src/config.in @@ -100,6 +100,7 @@ and this notice must be preserved on all copies. */ #undef HAVE_XRMSETDATABASE #undef HAVE_RANDOM #undef HAVE_LIBXBSD +#undef HAVE_CLOSEDIR /* If using GNU, then support inline function declarations. */ #ifdef __GNUC__